From daab44577668d7cc93166a9cb4df4436b775a95c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 4 Oct 2024 18:13:10 -0500 Subject: [PATCH] Note menu route does not have the route_prefix applied --- examples/etc/pgwui.yaml | 1 + examples/misc/development.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/etc/pgwui.yaml b/examples/etc/pgwui.yaml index 0284502..0712b33 100644 --- a/examples/etc/pgwui.yaml +++ b/examples/etc/pgwui.yaml @@ -117,6 +117,7 @@ app: # How to link to a menu of PGWUI components. An alternative to using # the PGWUI_Menu component. # Configured as home_page is configured, above. + # As with home_page, route_prefix is not applied. # The default is to have no menu. # # The following example uses the URL without a path (e.g., diff --git a/examples/misc/development.yaml b/examples/misc/development.yaml index fca200d..38b6971 100644 --- a/examples/misc/development.yaml +++ b/examples/misc/development.yaml @@ -116,6 +116,7 @@ app: # How to link to a menu of PGWUI components. An alternative to using # the PGWUI_Menu component. # Configured as home_page is configured, above. + # As with home_page, route_prefix is not applied. # The default is to have no menu. # # The following example uses the URL without a path (e.g., -- 2.34.1